home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / clesson / c.dir / 00245_Bitmap_245 (.png) < prev    next >
Bitmap Image  |  1995-04-05  |  92KB  |  412x221  |  1-bit (2 colors)
Labels: text | font | purple | violet | screenshot | lilac
OCR: card assign_values (int pips, cdhs suit) void prn_card_values (card *c_ptr); void play_poker (card deck[52]); void shuffle (card deck[52]); void swap ( card *p, card *q); void deal_the_cards ( card deck [52], card hand[NPLAYERS] [5]); int is_flush(card h[5]);